<xs:element name="NameValue" maxOccurs="unbounded" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:all>
<xs:element name="Name" type="NVNameType" maxOccurs="1" minOccurs="1" />
<xs:element name="Value" type="NVValueType" maxOccurs="1" minOccurs="1" />
</xs:all>
</xs:complexType>
</xs:element>
|